@charset "UTF-8";
/*@font-face {*/
/*	font-family: ArialMT;*/
/*  src: url("../fonts/ARIAL.woff2") format("woff2"),*/
/*       url("../fonts/ARIAL.woff") format("woff"),*/
/*       url("../fonts/ARIAL.ttf") format("truetype"),*/
/*       url("../fonts/ARIAL.eot") format("embedded-opentype"),*/
/*       url("../fonts/ARIAL.svg") format("svg");*/
/*}*/
@media (max-width:1920px) {}

@media (max-width:1599px) {}

@media (max-width:1477px) {}

@media (max-width:1365px) {}

@media (max-width:1199px) {}

@media (max-width:990px) {}

@media (max-width:767px) {}
*{
    font-family: SourceHanSansCN-Normal !important;
}
.header {
	position: relative;
	height: 80px;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99999;
	box-shadow: 0 5px 10px rgba(204, 204, 204, 0.21176470588235294);
}

.header_con {
	/*position: fixed;*/
	/*top: 0;*/
	/*left: 0;*/
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.header_con .w1220 {
	display: flex;
	align-items: center;
	height: 80px;
	justify-content: space-between;
}

.w1220 {
	width: 1220px;
	margin: 0 auto;
}

.header_con .main_nav ul {
	display: flex;
	height: 80px;
	line-height: 80px;
	align-items: center;
}

.header_con .main_nav ul li {
	position: relative;
	width: 116px;
	text-align: center;
	font-family: SourceHanSansCN-Normal;
	line-height: 80px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #666666;
	display: flex;
	align-items: center;
	background-color: #ffffff;
}
.header_con .main_nav ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
	height: 20px;
    background-color: #efefef;
}
.header_con .main_nav ul li:last-child span {
    width: 4px;
	height: 20px;
	background-color: #efefef;
	display: inline-block;
    margin-right: -4px;
    position: relative;
    z-index: 100;
}
.header_con .main_nav ul li.active::before,
.header_con .main_nav ul li:hover::before{
    background-color: #3d3071;
}
.header_con .main_nav ul li.active span,
.header_con .main_nav ul li:hover span{
	width: 4px;
	height: 20px;
	background-color: #3d3071;
	display: inline-block;
    margin-right: -4px;
    position: relative;
    z-index: 100;
}
.header_con .main_nav ul li.active,
.header_con .main_nav ul li:hover {
	color: #ffffff;
}
.header_con .main_nav ul li.active a,
.header_con .main_nav ul li:hover a{
	background-color: #3d3071;
}
.header_con .main_nav ul li a {
	display: block;
	width: 102px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 9px;
}
.phoneheader {
	display: none;
	width: 100%;
	height: 50px;
	position: relative;
	left: 0;
	top: 0;
}

/*头部上方*/
.q_head{
	width: 100%;
	height: 34px;
	background-color: #eeeeee;
}
.space{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.q_head h1{
	font-size: 12px;
	line-height: 34px;
	color: #666666;
}

.q_head_tiaozhuan li{
	border-right: 2px solid #c4c4c4;
	padding: 0 10px;
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	font-weight: bold;
}
.q_head_tiaozhuan li.active,
.q_head_tiaozhuan li:hover{
	color: #3d3071;
}
.q_head_tiaozhuan li:last-child{
	border-right: 0;
}
.q_head_lianxi li{
	margin-left: 50px;
}
.q_head_lianxi li img{
	margin-right: 7px;
}
.pagination1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .4;
}
.pagination1 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 5px;
}
.pagination1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper1 .swiper-slide img{
	max-width: 100%;
}
@media (max-width:1219px){
.w1220 {
    width: 970px;
}
.header_con .main_nav ul li {
    width: 100px;
}
.header_con .main_nav ul li a {
    width: 100%;
}
	
}
@media (max-width:990px) {
	.phoneheader {
		display: block
	}
	.phoneheader .sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%
	}
	.phoneheader .sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}
	.phoneheader .sp_logo img {
		margin: auto;
		max-height: 30px
	}
	.phoneheader .sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}
	.phoneheader .sp_nav span {
		display: block;
		background: #3d3071;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.phoneheader .sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.phoneheader .sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.phoneheader .sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.phoneheader .sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.phoneheader .sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.phoneheader .sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.phoneheader .sjj_nav {
		position: fixed;
		z-index: 99999999;
		background: #eee;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s
	}
	.phoneheader .nav_show {
		top: 50px
	}
	.phoneheader .sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.phoneheader .sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px)
	}
	.phoneheader .sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.phoneheader .sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}
	.phoneheader .sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}
	.phoneheader .sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.phoneheader .sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.phoneheader .sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin-left: 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}
	.phoneheader .sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}
	.phoneheader .sjj_nav ul li ul {
		display: none
	}
	.phoneheader .sjj_nav ul li a {
		color: #666;
		width: 80%
	}
	.phoneheader .sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}
	.phoneheader .sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}
	.phoneheader .sjj_nav ul li .sjj_nav_i_se svg {
		fill: #3d3071
	}
	.phoneheader .sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
	.w1220 {
		width: 750px
	}
	.header {
		display: none
	}
	.q_head{
	display: none;
}
}
@media (max-width:767px) {
	.w1220 {
    width: 96%;
}
}

.home_product{
	width: 100%;
	height: 920px;
	background: url(../images/q/home_product.png)no-repeat center center;
	padding: 70px 0 0;
}
.home_tittle{
	text-align: center;
	position: relative;
}
.home_tittle h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
}
.home_tittle::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -15%;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #666666;
    z-index: 0;
}
.home_tittle::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: -15%;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #666666;
    z-index: 0;
}
.home_tittle h2{
	font-family: SourceHanSansCN-Normal;
	font-size: 24px;
	line-height: 18px;
	color: #d1d1d1;
	padding-top: 12px;
}
.home_product .home_product_1{
	position: relative;
	margin: 43px 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.home_product .home_product_1::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #CECBDB;
    z-index: 0;
}
.home_product .home_product_1 li{
	width: 144px;
	height: 32px;
	background-color: #eaeaea;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	color: #333333;
	z-index: 5;
	margin: 0 33px;
}
.home_product .home_product_1 li.active,
.home_product .home_product_1 li:hover{
	background-color: #3D3071;
	color: #ffffff;
}
.home_product_2 .home_product_s {
    display: none;
}
.home_product_2 .home_product_s li{
	width: 380px;
	height: 268px;
	border: 1px solid #E4E1E1;
	background-color: #ffffff;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.home_product_2 .home_product_s li h1{
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	position: absolute;
	text-align: center;
	left: 0;
    right: 0;
    margin: 0 auto;
	bottom: 30px;
}
.home_product_2 .home_product_s li:hover h1{
	display: none;
}
.home_product_2 .home_product_s li .home_product_s1{
	width: 100%;
	height: 100%;
	background: url(../images/q/home_product_bg.png)no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 77px 65px;
	display: none;
	background-size: contain;
}
.home_product_2 .home_product_s li .home_product_s1 h2{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #fffefe;
}
.home_product_2 .home_product_s li .home_product_s1 p{
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	margin: 22px 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home_product_2 .home_product_s li .home_product_s1 b{
	font-size: 12px;
	line-height: 7px;
	color: #fffefe;
	font-weight: normal;
	display: block;
}
.home_product_2 .home_product_s li:hover .home_product_s1{
	display: block;
}
.home_advantage{
	width: 100%;
	height: 490px;
	background: url(../images/q/home_advantage.png)no-repeat center center;
	padding: 60px 0 0;
	text-align: center;
}
.home_advantage .home_tittle h1 {
    color: #ffffff;
}
.home_advantage .home_tittle h2 {
    color: #fefeff;
	opacity: 0.2;
}
.home_advantage p{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 25px;
	color: #fefefe;
	text-align: center;
	margin: 38px auto 30px;
}
.home_advantage img{
max-width: 100%;
}
.home_advantage1{
	margin-top: -140px;
}
.home_advantage1 img{
	max-width: 100%;
}
.home_application{
	padding: 70px 0;
}
.home_application_1{
	margin-top: 38px;
}
.home_application_1 li{
	width: 386px;
	height: 418px;
	background-color: #f9f9f9;
}
.home_application_s{
	padding: 29px 33px 26px;
}
.home_application_s h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3d3071;
	color: #333333;
    display: table;
    margin: 0 auto;
}
.home_application_s p{
	margin: 17px 0 20px;
	font-size: 14px;
	line-height: 19px;
	color: #999999;
}
.home_application_s div span{
	width: 17px;
	height: 17px;
	background: url(../images/q/home_more1.png)no-repeat center center;
	display: inline-block;
	margin-left: 18px;
}
.home_application_s div{
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.home_application_1 li:hover{
	background-color: #3d3071;
	box-shadow: 3px 5px 35px 3px 
		rgba(0, 0, 0, 0.1);
}
.home_application_1 li:hover .home_application_s h1{
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.home_application_1 li:hover .home_application_s p,
.home_application_1 li:hover .home_application_s div{
	color: #FFFFFF;
}
.home_application_1 li:hover .home_application_s div span{
	background: url(../images/q/home_more.png)no-repeat center center;
}
.foot{
	width: 100%;
	height: 417px;
	background: url(../images/q/foot.png)no-repeat center center;
	padding: 70px 0 30px;
	position: relative;
}
.foot_1{
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.foot_2{
	border-top: 1px solid rgba(206,206,206,0.2);
	width: 1400px;
	margin: 0 auto;
	padding-top: 28px;
}
.foot_1 li h1{
	width: 95px;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 15px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 5px;
}
.foot_1 li p{
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	padding-top: 25px;
}
.foot_3{
	width: 179px;
}
.foot_4{
	margin-top: 40px;
}
.foot_5{
	margin: 0 auto 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.foot_5 p{
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	margin: 0 28px;
}
.foot_6{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}
.foot_6 img{
	margin-right: 10px;
	
}
.totop{
	position: absolute;
	right: 56px;
	bottom: 106px;
}

.home_application_1 li img{
	max-width: 100%;
}


@media (max-width:1399px) {
	.foot_2 {
    width: 100%;
}
.header_con .main_nav ul li:last-child span {
    margin-right: 0;
}
}

@media (max-width:1219px) {
	.home_product_2 .home_product_s li {
    width: 32%;
    height: 220px;
}
.home_product_2 .home_product_s li h1 {
    bottom: 20px;
}
.home_product {
    height: auto;
    padding: 70px 0;
}
.home_product_2 .home_product_s li .home_product_s1 {
    padding: 55px 65px;
}
.home_product .home_product_1 {
    margin: 43px 0 0px;
}
.home_application_1 li {
    width: 32%;
    height: auto;
}
.home_application_s {
    padding: 20px 15px;
}
.home_tittle::before {
    left: -20%;
}
.home_tittle::after {
    right: -20%;
}
}

@media (max-width:990px) {
	.home_tittle h1 {
    font-size: 26px;
}
.home_product {
    padding: 40px 0;
}
.home_tittle h2 {
    font-size: 20px;
}
.home_product .home_product_1 {
    margin: 30px 0 0px;
}
.home_product .home_product_1 li {
    margin: 0 15px;
}
.home_product_2 .home_product_s li {
    align-items: unset;
}
.home_product_2 .home_product_s li img{
	margin-top: 20px;
}
.home_product_2 .home_product_s li .home_product_s1 {
    padding: 50px 30px;
    background-size: cover;
}
.home_advantage {
    height: auto;
    padding: 35px 0 60px;
}
.home_advantage p {
    width: 100%;
    margin: 15px 0;
}
.home_advantage1 {
    margin-top: -45px;
}
.home_advantage img {
    max-width: 100%;
    width: 50px;
}
.home_application {
    padding: 30px 0;
}
.home_application_1 {
    margin-top: 20px;
}
.home_application_s p {
    margin: 10px 0;
}
.totop {
    right: 40px;
    bottom: 130px;
}
}

@media (max-width:767px) {
.home_product .home_product_1 li {
    margin: 0 1%;
    width: 30%;
    font-size: 12px;
}
.home_product {
    padding: 20px 0;
    background-size: cover;
}
.home_product .home_product_1 {
    margin: 20px 0 0px;
}
.home_tittle h2 {
    padding-top: 8px;
}
.home_tittle h1 {
    font-size: 24px;
}
.home_tittle::before {
    left: -50%;
}
.home_tittle::after {
    right: -50%;
}
.home_product_2 .home_product_s li {
    width: 100%;
    height: 220px;
    margin-top: 15px;
}
.home_advantage p {
    font-size: 13px;
}
.home_application_1 li {
    width: 100%;
    height: auto;
    text-align: center;
}
.foot_1 li:first-child {
    width: 100%;
}
.foot {
    height: auto;
    background-size: cover;
    padding: 30px 0;
}
.foot_1 li {
    width: 33%;
    margin-top: 20px;
}
.foot_3 {
    width: 179px!important;
}
.totop {
    right: 20px;
    bottom: 150px;
}
.foot_1 {
    padding-bottom: 30px;
}
.foot_2 {
    padding-top: 20px;
}
.foot_5 {
    margin: 0 auto 10px;
}
.pagination1 .swiper-pagination-bullet-active {
    width: 20px;
}
}



.product_pgban img {
    display: block;
    width: 100%;
}
.product_breadnav {
    border-bottom: 1px solid #f5f5f5;
	background-color: #f5f5f5;
}
.product_breadnav .w1220 {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #999999;
}
.product_breadnav .w1220 span {
	margin-right: 7px;
}
.product_breadnav .w1220 a {
    color: #999999;
}
.product_breadnav .w1220 a:last-child {
    color: #3d3071;
}
.pd70 {
    padding: 70px 0;
}
.product_cplistmain {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 700px;
}
.product_cpcatedemo {
    width: 260px;
    z-index: 9999999;
}
.product_cpcatetop {
    padding: 29px 0 25px;
    background: #3d3071;
    text-align: center;
}
/*.product_cpcatetop h1 {
    font-size: 41px;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #6ac7fb;
    opacity: 0.1;
    font-weight: bold;
    text-transform: uppercase;
}*/
.product_cpcatetop h2 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    /*margin-top: -20px;*/
}
.product_cpcatebot {
    background-color: #ffffff;
    border: solid 2px #3d3071;
    padding: 5px 7px;
}
.product_cpcateli {
    margin-bottom: 8px;
    position: relative;
}
.product_cpcateli:last-child {
    margin-bottom: 0;
}
.product_cpcatelitop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background-color: #f7f7f7;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s all;
    position: relative;
}
.product_cpcatelitop a {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    max-width: calc(100% - 14px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.2s all;
}
.product_cpcatelitop span {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/q/cparrowgray.png);
    transition: 0.2s all;
}
.product_cpcateseclist {
    display: none;
    /* position: absolute; */
    width: 100%;
    z-index: 999;
    background: #fff;
    /* box-shadow: 0 0 10px #ccc; */
    overflow: hidden;
}
.product_cpcateseclist li {
    background-color: #f7f7f7;
    padding: 0 20px;
    margin-top: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    right: -100%;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
	transition: right .5s;
	color: #333333;
}
.product_cpcateseclist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    /* color: #333333; */
    transition: 0.2s all;
}

.product_cpcateli.cur .product_cpcatelitop span {
    transform: rotate(90deg);
}
.product_cpcateseclist li:hover {
    background-color: rgba(61,48,113,0.1);
}
.product_cpcateseclist li:hover{
    color: #3d3071;
}


.product_cplistdemo {
    width: 920px;
}
.product_right{
	padding-bottom: 70px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.product_right_1{
	border: solid 1px #efefef;
	width: 297px;
	height: 221px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
	background: url(../images/q/product_right_1.png)no-repeat center center;
}
.product_right_2 h1{
	font-size: 18px;
	color: #333333;
	line-height: 18px;
}
.product_right_2 span{
	width: 46px;
	height: 2px;
	border: solid 1px #3d3071;
	display: block;
	margin: 20px 0 30px;
}
.product_right_2 p{
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	padding-bottom: 14px;
}
.product_right1{
	padding-bottom: 70px;
}
.product_right1_1{
	/*border: solid 1px #efefef;*/
	width: 347px;
	height: 221px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_right1_1 img{
	max-width: 100%;
	max-height: 100%;
}
.product_right_3 tr:first-child{
	background-color: #3d3071;
}
.product_right_3 tr{
	background-color: #fafafa;
	height: auto;
	width: 100%;
}
.product_right_3 tr:nth-child(odd){
	background-color: rgba(61,48,113,0.1);
}
.product_right_3.product_right_even tr:nth-child(odd){
	background-color: #fafafa;
}
.product_right_3.product_right_even tr:nth-child(even){
	background-color: rgba(61,48,113,0.1);
}
.product_right_3 tr:first-child{
	background-color: #3d3071;
}
.product_right_3.product_right_even tr:first-child{
	background-color: #3d3071;
}
.product_right_3 tr td{
	font-size: 14px;
	color: #666666;
	padding:15px 30px;
	border: solid 1px #ffffff;
    word-break: break-all;
}
.product_right_3 tr:first-child td{
	color: #ffffff;
	font-size: 18px;
}
.w404{
	width: 404px;
}
.w515{
	width: 515px;
}
.w306{
	width: 307px;
}
.w78{
	width: 79px;
}
.w104{
	width: 105px;
}
.w210{
	width: 211px;
}
.w209{
	width: 210px;
}
.product_right_3.product_right_4 tr:nth-child(2){
	background-color: #3d3071;
}
.product_right_3.product_right_4 tr td {
    padding: 5px 0;
    text-align: center;
}
.product_right_3.product_right_4 tr:nth-child(2) td {
    color: #ffffff;
}
.product_right2 p{
	font-size: 14px;
	color: #666666;
}
.product_right,
.product_right1,
.product_right2 {
    width: 100%;
}

@media (max-width:1219px) {
	.pd70 {
    padding: 50px 0;
}
.product_cpcatedemo {
    width: 27%;
}
.product_cplistdemo {
    width: 70%;
}
.product_right,
.product_right1 {
    padding-bottom: 50px;
}
.product_right_2 span {
    margin: 15px 0 25px;
}
.product_1 {
    overflow-x: scroll;
}
.product_1 .product_right_3{
    width: 900px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
}

@media (max-width:767px) {
	.product_cpcatedemo {
    width: 100%;
}
.pd70 {
    padding: 20px 0;
}
.product_cplistdemo {
    width: 100%;
}
.product_right1 {
    padding-bottom: 20px;
}
.product_right{
    margin: 20px 0;
    padding-bottom: 0px;
}
.product_right_2 span {
    margin: 8px 0 10px;
}
.product_right_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.product_right1_1 {
    width: 100%;
}
.product_cpcatetop h2 {
    font-size: 24px;
}
.product_cpcatetop {
    padding: 20px;
}
.product_cpcatelitop {
    height: 40px;
}
.product_cpcatelitop a {
    font-size: 16px;
}
.product_cpcateseclist li a {
    font-size: 12px;
}
.product_cpcateseclist li {
    height: 30px;
}
.product_1 {
    overflow-x: scroll;
}
.product_1 .product_right_3{
    width: 900px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
/*.product_1 .product_right_3 tbody{
    overflow-y: hidden;
    overflow-x: scroll;
}*/
.product_right_3.product_right_4 tr td {
    padding: 5px 15px;
}
}



/*关于我们*/
.about{
	padding-bottom: 70px;
}
.about_1{
	margin-top: 50px;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.about_2{
	width: 714px;
	height: 452px;
	background-color: rgb(239,239,239,0.42);
	position: absolute;
	left: 0;
	top: 40px;
	padding: 100px 137px 0 82px;
}
.about_3{
	background: url(../images/q/about_3.png)no-repeat center center;
	width: 559px;
	height: 532px;
}
.about_3 img{
	max-width: 100%;
}
.about_2 h1{
	font-size: 24px;
	color: #333333;
}
.about_2 h1 span{
	font-family: SourceHanSansCN-Normal;
	color: #999999;
}
.about_2 h2{
	width: 50px;
	height: 2px;
	background-color: #3d3071;
	display: block;
	margin: 28px 0 39px;
}
.about_2 p{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.about_4{
	margin: 230px 0 0 17px;
	position: relative;
}
.Vision{
	margin-top: 30px;
}
.Vision li{
	width: 406px;
	height: 260px;
	background-color: #efefef;
	position: relative;
}
.Vision li:nth-child(even)::before{
	content: "";
	width: 3px;
	height: 22px;
	background-color: #3d3071;
	display: block;
    position: absolute;
    top: 50px;
}
.Vision_text{
	padding: 50px 0 0 40px;
}
.Vision_text h1 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}
.Vision_text h1 span {
    font-family: SourceHanSansCN-Normal;
    color: #999999;
}
.Vision_text p{
    font-size: 14px;
	line-height: 14px;
	color: #666666;
	padding-top: 30px;
}
.development{
	margin-top: 30px;
	position: relative;
}
.developments{
	width: 620px;
}
.development_1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.development li .development_4{
	width: 395px;
	height: 80px;
	background-color: #F9F9F9;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	padding: 0 23px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.development li .development_4 p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: right;
}
.development li h1{
	width: 126px;
	height: 80px;
	background-color: #776E9B;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 80px;
}
.development li span{
	width: 13px;
	height: 26px;
	background: url(../images/q/development_icon.png)no-repeat center center;
}
.development li b{
	width: 20px;
	height: 20px;
	background-color: #b1acc6;
	border-radius: 50%;
	display: block;
}
.development li:nth-child(odd),
.development li:nth-child(odd) .developments ,
.development li:nth-child(odd) .development_4 ,
.development li:nth-child(odd) .development_1 {
    flex-direction: row-reverse;
}
.development li:nth-child(odd) .development_4 p{
	text-align: left;
}
.development li:nth-child(odd) span{
    transform: rotate(180deg);
}
.development::before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #b1acc6;
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.development li:hover h1{
	background-color: #3d3071;
}
.development li:hover span{
	background: url(../images/q/development_icon1.png)no-repeat center center;
}
.development li:hover b::before{
	content: "";
	width: 24px;
	height: 24px;
	background-color: #3d3071;
	opacity: 0.1;
	border-radius: 50%;
	display: block;
	margin-left: -2px;
    margin-top: -2px;
}
.development li:hover b::after{
	content: "";
	width: 12px;
	height: 12px;
	background-color: #3d3071;
	border-radius: 50%;
	display: block;
	margin-left: 4px;
    margin-top: -18px;
}

.planning{
	width: 100%;
	height: 818px;
	margin-bottom: 70px;
}
.planning_1{
	width: 1105px;
	height: 100%;
	background: url(../images/q/planning_1.png)no-repeat center center;
}
.planning_2{
	width: 798px;
	height: 100%;
	background: url(../images/q/planning_2.png)no-repeat center center;
    position: relative;
    z-index: -1;
}
.planning_1_s{
	margin: 112px 133px 0 0;
	position: relative;
}
.planning_1_s h1{
	font-family: SourceHanSansCN-Normal;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
}
.planning_1_s h1 span{
	color: #cccccc;
	font-weight: normal;
}
.planning_1_s h2 {
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    right: 0;
    top: 57px;
    position: absolute;
}
.planning_1_s1 li{
	margin-top: 87px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.planning_1_s1 li h3{
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-align: right;
	padding-bottom: 30px;
}
.planning_1_s1 li p{
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
}
.planning_1_s1 li:first-child{
	margin-top: 100px;
}
.planning_1_s1 li .planning_1_s2{
	margin-right: -55px;
	margin-left: 78px;
}
.cooperative{
	margin-top: 10px;
}
.cooperative li{
	margin-top: 20px;
	width: 227px;
	height: 142px;
	border: solid 1px #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cooperative li:nth-last-child(1),
.cooperative li:nth-last-child(2),
.cooperative li:nth-last-child(3){
	margin-top: 0;
	width: 227px;
	height: auto;
	border: unset;
}
.planning.space{
	flex-wrap: nowrap;
}
.Vision li img{
	width: 100%;
	height: 100%;
}

@media (max-width: 1219px){

.about_3 {
    width: 46%;
    height: 430px;
}
.about_2 {
    width: 60%;
    height: auto;
    padding: 40px 60px 40px 40px;
}
.about_2 h2 {
    margin: 20px 0;
}
.about_4 {
    margin: 170px 0 0 17px;
}
.about_1 {
    margin-top: 30px;
}
.about {
    padding-bottom: 40px;
}
.Vision li {
    width: 33.33%;
    height: 207px;
}
.developments {
    width: 495px;
}
.development li .development_4{
    width: 320px;
}
.development li h1 {
    width: 110px;
}
.planning {
    height: 600px;
    margin-bottom: 40px;
}
.planning_1_s1 li .planning_1_s2 {
    margin-left: 40px;
}
.planning_1_s {
    margin: 50px 100px 0 0;
}
.planning_1_s1 li {
    margin-top: 40px;
}
.planning_1_s1 li:first-child {
    margin-top: 50px;
}
.cooperative li {
    width: 24%;
}
.cooperative li:nth-last-child(1), .cooperative li:nth-last-child(2), .cooperative li:nth-last-child(3) {
    width: 24%;
}
}
@media (max-width:990px) {
	.about_2 {
    top: 12px;
}
.Vision li {
    width: 50%;
    height: 240px;
}
.development li .development_4 {
    width: 215px;
}
.developments {
    width: 385px;
}
.planning_1_s {
    margin: 50px 40px 0 0;
}
.planning_1_s h1 {
    font-size: 26px;
    line-height: 26px;
}
}

@media (max-width:767px) {
	.about_2 {
    top: 0;
    width: 100%;
    padding: 20px;
    position: relative;
}
.about_1 {
    flex-wrap: wrap;
}
.about_2 h1 {
    font-size: 20px;
}
.about_2 h2 {
    margin: 10px 0;
}
.about_2 p {
    font-size: 14px;
    line-height: 20px;
}
.about_3 {
    width: 100%;
    height: 300px;
    background-size: cover;
}
.about_4 {
    display: none;
}
.Vision li {
    width: 100%;
    height: 200px;
}
.Vision li:nth-child(even){
	height: auto;
}
.Vision_text {
    padding: 20px;
}
.Vision_text h1 {
    font-size: 20px;
    line-height: 20px;
}
.Vision_text p {
    padding-top: 15px;
}
.Vision li:nth-child(even)::before {
    top: 20px;
}
.development::before {
    display: none;
}
.development li span {
    display: none;
}
.development li b {
    display: none;
}
.development li h1 {
    width: 35%;
}
.development li .development_4 {
    width: 65%;
}
.development {
    margin-top: 20px;
}
.development_1 {
    margin-bottom: 10px;
}
.development li .development_4 {
    padding: 0 10px;
}
.developments,.development_1 {
    width: 100%;
}
.planning_2 {
    display: none;
}
.planning_1 {
    width: 100%;
    height: auto;
    padding: 20px;
}
.planning {
    height: auto;
}
.planning_1_s {
    margin: 0;
}
.planning_1_s h1 {
    display: block;
}
.planning_1_s h1 {
    font-size: 24px;
    line-height: 24px;
}
.planning_1_s h2 {
    left: 0;
    right: unset;
}
.planning_1_s1 li {
    justify-content: space-between;
}
.planning_1_s1 li h3 {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    padding-bottom: 15px;
}
.planning_1_s1 li:first-child {
    margin-top: 40px;
}
.planning_1_s1 li {
    margin-top: 40px;
}
.planning_1_s1 li .planning_1_s2 {
    margin-left: 0;
    width: 45px;
    height: 45px;
}
.planning_1_s1 li .planning_1_s2 {
    margin-right: 0;
}
.planning_1_s1 li .planning_1_s2 img{
    max-width: 100%;
}
.cooperative li {
    width: 100%;
    margin-top: 10px;
    height: 140px;
}
}

.application{
	margin: 9px 0 50px;
}
.application .application1{ 
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 340px;
}
.application_1{
	width: 645px;
}
.application_1 img{
	max-width: 100%;
	width: 100%;
}
.application_2{
	width: 575px;
	padding: 62px 0 0 50px;
}
.application_3 h1{
	font-size: 30px;
	line-height: 23px;
	color: #333333;
}
.application_3 span{
	width: 28px;
	height: 2px;
	background-color: #3d3071;
	margin-top: 20px;
	display: block;
}
.application_3 h2{
	font-size: 36px;
	line-height: 29px;
	color: #efefef;
	padding-top: 48px;
}
.application_3 h3{
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	margin-top: -12px;
	padding-bottom: 29px;
}
.application_3 p{
	width: 468px;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.application li:nth-child(even){
    flex-direction: row-reverse;
}
.application li:nth-child(even) .application_3 h2{
	padding-top: 174px;
}
.application li.application1:nth-child(even){
	height: 480px;
}
.application_s{
	width: 100%;
}
.application_s .application1{ 
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 520px;
}
.application_s .application_1 {
	width: 1116px;
}
.application_s .application_2{
	width: 787px;
	padding: 62px 0 0 50px;
}
.application_s li .application_3 h2{
	padding-top: 186px;
}
.application_s li .application_3 p {
    width: 346px;
}
@media (max-width:1920px) {
	.application_s .application_1 {
    width: 62%;
}
	.application_s .application_2 {
    width: 38%;
}
.application_s .application1 {
    height: auto;
}
}
@media (max-width:1599px) {
	.application_s li .application_3 h2 {
    padding-top: 120px;
}
}

@media (max-width:1365px) {
	.application_s li .application_3 h2 {
    padding-top: 70px;
}
}

@media (max-width:1219px) {
	.application_2 {
    width: 38%;
    padding: 20px;
}
.application_1 {
    width: 62%;
}
.application_3 p {
    width: 100%;
    line-height: 20px;
}
.application .application1 {
    height: auto;
}
.application li.application1:nth-child(even) {
    height: auto;
}
.application {
    margin: 0;
}
.application_s .application_2 {
    padding: 20px;
}
.application_s li .application_3 p {
    width: 100%;
}
.application_s li .application_3 h2 {
    padding-top: 30px;
}
.application_s {
    width: 970px;
    margin: 0 auto;
}
}

@media (max-width:990px) {
	.application_s {
    width: 750px;
}
.application_3 h3 {
    font-size: 18px;
    line-height: 18px;
    margin-top: -9px;
    padding-bottom: 12px;
}
.application_3 h2 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 20px;
}
.application li:nth-child(even) .application_3 h2 {
    padding-top: 110px;
}
}

@media (max-width:767px) {
	.application_1 {
    width: 100%;
}
.application_2 {
    width: 100%;
    padding: 20px;
}
.application li:nth-child(even) .application_3 h2 {
    padding-top: 20px;
}
.application_s {
    width: 96%;
}
.application_s .application_1 {
    width: 100%;
}
.application_s .application_2 {
    width: 100%;
}
}

.certificate li{
	width: 390px;
	height: auto;
	margin-bottom: 25px;
}
.certificate li a{
	width: 100%;
}
.certificate li .certificate_1{
	width: 100%;
	height: 346px;
	border: solid 1px #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;

}
.certificate li .certificate_1 img{
	/* max-width: 100%; */ 
	/*width: 100%;*/
	max-width: 100%;
    max-height: 100%;

}
.certificate li .certificate_2{
	width: 100%;
	height: 112px;
	background-color: #f9f9f9;
	padding: 20px;
	position: relative;
}
.certificate li .certificate_2 h1{
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding: 10px 0 20px;
}
.certificate li .certificate_2 span{
	width: 92px;
	height: 1px;
	background-color: #3d3071;
	display: block;
}
.certificate li .certificate_2 p{
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	position: absolute;
	bottom: 20px;
	right: 13px;
}
.certificate li:last-child{
	margin-bottom: 0;
}
.certificate li:hover .certificate_2{
	background-color: #3d3071;
	box-shadow: 3px 5px 35px 3px 
		rgba(0, 0, 0, 0.1);
}
.certificate li:hover .certificate_2 h1,
.certificate li:hover .certificate_2 p{
	color: #FFFFFF;
}
.certificate li:hover .certificate_2 span{
	background-color: #FFFFFF;
}
.certificate_more a{
	width: 130px;
	height: 40px;
	background-color: #3d3071;
	border-radius: 20px;
	font-size: 19px;
	line-height: 40px;
	color: #fefefe;
	display: block;
	margin: 25px auto 0;
	text-align: center;
}
@media (max-width:1219px) {
	.certificate li {
    width: 32%;
    margin-bottom: 20px;
}

}

@media (max-width:990px) {
	.certificate li {
    width: 49%;
}
.certificate_more a {
    margin: 10px auto 0;
}
}

@media (max-width:767px) {
	.certificate li {
    width: 100%;
}
.certificate li .certificate_1 {
    height: auto;
    padding: 15px;
}
.certificate_more a {
    margin: 0px auto 0;
}
}

.certificate_xq h1{
	font-size: 18px;
	line-height: 29px;
	color: #333333;
	text-align: center;
	padding-bottom: 30px;
}
.certificate_xq_img .certificate_xq_img_1{
	text-align: center;
}
.certificate_xq_img .certificate_xq_img_1 img{
	max-width: 100%;
}
.certificate_xq_img p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.new_xq{
	border-bottom: rgba(0,0,0,0.1) 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.new_xq li{
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	margin: 0 32px;
}

@media (max-width:767px) {
	.new_xq li {
    margin: 0;
    width: 50%;
}
}

.new_second li a{
	font-size: 16px;
	line-height: 48px;
	color: #666666!important;
	margin-left: 72px;
	display: block;
}
.new_second li.active a{
	color: #3d3071!important;
	border-bottom: 2px solid #3d3071;
}
.new{
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.new_img img{
	max-width: 100%;
}
.new_img_1{
	width: 534px;
}
.new_img_1 h1{
	font-size: 18px;
	color: #333333;
}
.new_img_1 h2{
	font-family: SourceHanSansCN-Normal;
	font-size: 24px;
	color: #333333;
}
.new_img_1 p{
	font-size: 14px;
	color: #999999;
	line-height: 15px;
	border-left: 2px solid #3d3071;
	padding-left: 20px;
	margin: 34px 0 107px;
}
.new_img_1 .certificate_more a {
    margin: 25px 0 0;
}
.new_1 li{
	margin-bottom: 30px;
}
.new_1_img{
	border: solid 1px #999999;
	width: 350px;
	height: 164px;
}
.new_1_img img{
	width: 100%;
	height: 100%;
}
.new_1 li a{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.new_2{
	border-bottom: #e4e4e4 1px solid;
	width: 850px;
	padding: 20px 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.new_3{
	width: 590px;
}
.new_3 h1{
	font-size: 16px;
	line-height: 16px;
	color: #333333;
}
.new_3 p{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	margin: 30px 0;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.new_3 h2{
	font-size: 14px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #999999;
}
.new_4{
	width: 130px;
	height: 40px;
	border: solid 1px #3d3071;
	border-radius: 20px;
	font-size: 19px;
	line-height: 40px;
	color: #3d3071;
	text-align: center;
}
.new_1 li a:hover .new_4{
	background-color: #3d3071;
	color: #fffefe;
}
#pagesize {
    text-align: center;
    margin: 50px 0 0;
}
#pagesize ul li {
    display: inline-block;
    margin: 0 11px;
    font-size: 14px;
    color: #ffffff;
}
#pagesize ul li a {
    width: 37px;
	height: 37px;
    background-color: #e6e6e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    border-radius: 50%;
}
#pagesize ul li a.active, #pagesize ul li a:hover {
	background-color: #3d3071;
}

@media (max-width:1219px) {
	.new_img {
    width: 60%;
}
.new_img_1 {
    width: 36%;
}
.new_img_1 h1 {
    margin-bottom: 5px;
}
.new_img_1 p {
    margin: 20px 0 65px;
}
.new_1_img {
    width: 30%;
}
.new_2 {
    width: 68%;
    padding: 20px 0;
}
.new_3 {
    width: 77%;
}
}

@media (max-width:990px) {
	.new {
    margin: 20px 0;
}
.new_img_1 h1 {
    font-size: 16px;
}
.new_img_1 h2 {
    font-size: 16px;
}
.new_second li a {
    margin-left: 26px;
}
.new_1_img {
    height: 140px;
}
.new_3 p {
    margin: 20px 0;
}
.new_4 {
    width: 20%;
}

}

@media (max-width:767px) {
	.new_second li a {
    font-size: 12px;
    margin-left: 10px;
    line-height: 38px;
}
.product_breadnav .w1220 {
    height: 40px;
    line-height: 40px;
}
.new_img {
    width: 100%;
    text-align: center;
}
.new_img_1 {
    width: 100%;
}
.new_img_1 p {
    margin: 10px 0 20px;
}
.new_1_img {
    width: 100%;
    height: auto;
}
.new_2 {
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.new_3 {
    width: 100%;
}
.new_4 {
    width: 60px;
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 12px;
    line-height: 17px;
    height: 20px;
}
.new_1 li {
    margin-bottom: 20px;
}
#pagesize {
    text-align: center;
    margin: 20px 0 0;
}
#pagesize ul li a {
    width: 30px;
    height: 30px;
}
#pagesize ul li {
    margin: 0 4px;
}
}

.news li{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border: solid 1px #999999;
	margin-top: 30px;
	padding: 11px 40px 11px 12px;
}
.news li a{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.news_img img{
	max-width: 100%;
}
.news_img{
	width: 350px;
	height: 200px;
}
.news_1{
	width: 792px;
}
.news_1 div h1{
	font-size: 16px;
	line-height: 17px;
	color: #333333;
}
.news_1 div h2{
	font-size: 14px;
	line-height: 17px;
	color: #999999;
}
.news_1 p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin: 28px 0 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news li a:hover .new_4 {
    background-color: #3d3071;
    color: #fffefe;
}

@media (max-width:1219px) {
	.news_img {
    width: 32%;
    height: auto;
}
.news_1 {
    width: 65%;
}
.news li {
    margin-top: 20px;
    padding: 12px;
}
.news_1 p {
    margin: 25px 0 35px;
}
}

@media (max-width:990px) {
	.news li a {
    align-items: center;
}
.news_1 p {
    margin: 20px 0;
}
}

@media (max-width:767px) {
	.news_img {
    width: 100%;
    height: auto;
    text-align: center;
}
.news_1 {
    width: 100%;
}
.news_1 p {
    margin: 10px 0;
}
.news_1 div h1 {
    font-size: 14px;
    padding: 5px 0;
}
.news_1 .new_4 {
	position: unset;
}
}

.talent{
	padding: 30px 0 70px;
}
.talent li{	
	width: 596px;
	height: 275px;
	padding: 79px 88px 0;
	text-align: center;
}
.talent .talent_1{
	background: url(../images/q/talent_1.png)no-repeat center center;
}
.talent .talent_2{
	background: url(../images/q/talent_2.png)no-repeat center center;
}
.talent li h1{	
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	padding-bottom: 29px;
	font-weight: bold;
}
.talent li p{	
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}
.talents{
	padding: 30px 0 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.talents li{
	width: 380px;
}
.talents li a{
	border-bottom: 2px solid #cdcdcd;
	width: 300px;
    display: block;
    margin: 0 auto;
	padding: 32px 0 55px;
}
.talents li a h1{
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	padding-bottom: 18px;
	border-bottom: 1px solid #dedfe0;
	text-align: center;
}
.talents_1 .talents_2{
	background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #999999;
	padding: 0 10px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	width: auto;
	margin: 20px 0;
}
.talents_1 .talents_2 span{
	width: 17px;
	height: 14px;
    display: inline-block;
    margin-right: 8px;
}
.talents_1 .talents_2:first-child span{
	background: url(../images/q/talent_1_span.png)no-repeat center center;
}
.talents_1 .talents_2:nth-child(2) span{
	background: url(../images/q/talent_2_span.png)no-repeat center center;
}
.talents_1 .talents_2:nth-child(3) span{
	background: url(../images/q/talent_3_span.png)no-repeat center center;
}
.talents li a p{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.talents li:hover{
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px 
		rgba(0, 0, 0, 0.11);
}
.talents li:hover a{
	border-bottom: 2px solid #3d3071;
	width: 100%;
	padding: 32px 40px 55px;
}
.talents_s{
	width: 100%;
	height: 366px;
	text-align: center;
	background: url(../images/q/talents_s.png)no-repeat center center;
}
.talents_s h1{
	font-size: 34px;
	font-weight: bold;
	line-height: 34px;
	color: #ffffff;
	padding-top: 98px;
}
.talents_s h2{
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	opacity: 0.5;
	padding: 20px 0 40px;
}
.talents_s p{
	color: #ffffff;
	padding-bottom: 22px;
	font-size:16px;
	line-height: 16px;
}

@media (max-width:1219px) {
	.talent li {
    width: 49%;
    padding: 60px 70px 0;
}
.talent {
    padding: 30px 0 40px;
}
.talents li {
    width: 33%;
}
.talents li a {
    width: 92%;
    padding: 32px 0 55px;
}
.talents li:hover a {
    border-bottom: 2px solid #3d3071;
    width: 100%;
    padding: 32px 4% 55px;
}
.talents {
    padding: 30px 0 40px;
}
}

@media (max-width:990px) {
	.talent li h1 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 20px;
}
.talent li p {
    font-size: 12px;
    line-height: 18px;
}
.talent li {
    width: 49%;
    padding: 50px 30px;
    height: auto;
}
.talents {
    padding: 30px 0;
}
.talents li a {
    padding: 20px 0 30px;
}
.talents_1 .talents_2 {
    margin: 10px 0 0;
}
.talents li a p {
    padding-top: 10px;
}
.talents li:hover a {
    padding: 20px 4% 30px;
}
.talents_s {
    height: auto;
    padding: 40px 0;
}
.talents_s h1 {
    padding-top: 0;
}
.talents_s p:last-child{
    padding-bottom: 0;
}
.talents_s h2 {
    padding: 20px 0 25px;
}
}

@media (max-width:767px) {
	.talent li {
    width: 100%;
    padding: 30px 20px;
    height: auto;
    margin-bottom: 10px;
}
.talent {
    padding: 20px 0;
}
.talents li {
    width: 100%;
}
.talents_1 .talents_2 {
    padding: 0 8px;
}
.talents_s h1 {
    font-size: 24px;
    line-height: 24px;
}
.talents_s h2 {
    padding: 10px 0 15px;
}
.talents_s p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}
.talents_s {
    height: auto;
    padding: 25px 0;
}
.talents_s h2 {
    font-size: 18px;
    line-height: 18px;
}
}

.talent_xq_1{
	width: 850px;
}
.talent_xq_1 h1{
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	padding-bottom: 18px;
}
.talent_xq_1 span{
	width: 40px;
	height: 2px;
	background-color: #3d3071;
	display: block;
}
.talent_xq_2{
	margin: 32px 0 37px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.talent_xq_2 li{
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	margin-right: 100px;
}
.talent_xq_2 li p{
	color: #666666;
	display: inline-block;
}
.talent_xq_3 h1{
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	padding-bottom: 20px;
}
.talent_xq_3 p{
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	padding-bottom: 15px;
}
.talent_xq_3 p:last-child{
	padding-bottom: 0;
}
.talent_xq_1 h6{
	font-size: 14px;
	line-height: 14px;
	padding-top: 28px;
	color: #3d3071;
}
.talent_xq_4{
	width: 370px;
	height: 307px;
	padding: 40px;
	position: relative;
	background: url(../images/q/talent_xq_4.png)no-repeat center center;
}
.talent_xq_4 h1{
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #ffffff;
	padding-bottom: 19px;
}
.talent_xq_4 h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	display: flex;
	align-items: flex-end;
}
.talent_xq_4 h2 span{
	font-size: 20px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	opacity: 0.5;
}
.talent_xq_4 div{
	position: absolute;
	bottom: 40px;
}
@media (max-width:1219px) {
	.talent_xq_1 {
    width: 62%;
}
.talent_xq_4 {
    width: 38%;
}
.talent_xq_2 li {
    margin-right: 60px;
}

}

@media (max-width:990px) {
	.talent_xq_2 li {
    margin-right: 18px;
}
.talent_xq_2 {
    margin: 25px 0;
}
.talent_xq_3 h1 {
    padding-bottom: 15px;
}
.talent_xq_3 p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding-bottom: 0;
}
}

@media (max-width:767px) {
	.talent_xq_1 {
    width: 100%;
}
.talent_xq_2 {
    margin: 15px 0 0;
}
.talent_xq_2 li {
	width: 100%;
    margin-bottom: 10px;
}
.talent_xq_1 h6 {
    padding-bottom: 20px;
}
.talent_xq_4 {
    width: 100%;
    background-size: cover;
}
}



.contact{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contact_1{
	border: solid 1px #ececec;
	width: 654px;
}
#dituContent_1 {
    width: 100%;
	height: 728px;
}
.contact_2{
	width: 498px;
}
.contact_3 li{
	margin-bottom: 57px;
}
.contact_3 li h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	padding-bottom: 36px;
}
.contact_3 li p{
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	padding-bottom: 11px;
}
.contact_3 .contact_4{
	padding-left: 80px;
}
.contact_3 li p:last-child{
	padding-bottom: 0;
}
.contact_5{
	width: 126px;
}
.contact_5 img{
	max-width: 100%;
}
.contact_5 p{
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #666666;
	padding-top: 9px;
}

@media (max-width:1199px) {
	.contact_1 {
    width: 100%;
    margin-bottom: 40px;
}
#dituContent_1 {
    width: 100%;
    height: 360px;
}
.contact {
    margin-top: 30px;
}
.contact_2 {
    width: 100%;
}
.contact_3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contact_3 li {
    margin-bottom: 30px;
}

}

@media (max-width:990px) {
	.contact_3 li {
    width: 48%;
}
.contact_3 li p {
    line-height: 20px;
    padding-bottom: 6px;
}
.contact_3 li h1 {
    padding-bottom: 25px;
}
.contact_1 {
    margin-bottom: 20px;
}
.contact {
    margin-top: 20px;
}
}

@media (max-width:767px) {
	#dituContent_1 {
    height: 300px;
}
.contact_3 li {
    width: 100%;
}
.contact_3 li h1 {
    padding-bottom: 15px;
}
.contact_3 li {
    margin-bottom: 25px;
}
}

.online{
	padding-top: 60px;
}
.message .flex_between {
    flex-wrap: wrap;
}

.message form {
    margin: 34px 0 0;
}
.flex_between {
    display: flex;
    justify-content: space-between;
}
.col_6 {
    width: 48.47%;
}
.message .col_6 input {
    width: 100%;
    height: 43px;
    background-color: rgba(61, 48, 113, 0.2);
    line-height: 43px;
    margin: 0 0 33px;
    text-indent: 24px;
    outline: none;
}
.message .col_12 {
    text-align: center;
}

.col_12 {
    width: 100%;
}
.message .col_12 textarea {
    width: 100%;
    height: 172px;
    background-color: rgba(61, 48, 113, 0.2);
    padding: 15px 0 0 24px;
    outline: none;
}
.message input.btnsubmit {
    width: 113px;
    height: 42px;
    background-color: rgb(61, 48, 113);
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 39px 0 0;
}

.vsBox {
    position: absolute;
    z-index: 999999;
    display: none;
    top: 34px;
    padding-right: 1px;
    height: auto;
    padding-top: 1px;
    background: #3d3071;
    padding:10px;
    width: auto;
}
.vsBox img {
    width: 120px;
    height: 120px;
    margin: 0;
    margin-right: 0!important;
    display: inline-block;
}
.hover_gzh:hover .vsBox{
	display: block;
}